projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3c7fd
)
(epa--read-signature-type): Fix typo.
author
Daiki Ueno
<ueno@unixuser.org>
Sun, 3 May 2009 05:46:08 +0000
(
05:46
+0000)
committer
Daiki Ueno
<ueno@unixuser.org>
Sun, 3 May 2009 05:46:08 +0000
(
05:46
+0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/epa.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index cdfb6fa604016a59113d1c7d67cebf023d2d574f..791bd01f13714fd519f6c2b9e1cf0b67ec7a01a0 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2009-05-03 Daiki Ueno <ueno@unixuser.org>
+
+ * epa.el (epa--read-signature-type): Fix typo.
+
2009-05-02 Glenn Morris <rgm@gnu.org>
* wid-edit.el (widget-specify-field, widget-field-value-get, character):
diff --git
a/lisp/epa.el
b/lisp/epa.el
index 356d01479b1ceacb225428c01650b8a67e82947f..0e8c92390af971697384655b316a1d72899b7375 100644
(file)
--- a/
lisp/epa.el
+++ b/
lisp/epa.el
@@
-725,7
+725,8
@@
d - Create a detached signature
? - Show this help
"))))
(t
- (setq type 'normal))))))
+ (setq type 'normal))))
+ type))
;;;###autoload
(defun epa-sign-file (file signers mode)